.welcome {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
}
.welcome-text {
  font-size: 62px;
  color: rgb(91, 102, 109);
  font-weight: bold;
  text-align: center;
  margin-top: 20%;
}
.welcome-loading {
  text-align: center;
  margin-top: 80px;
}
.welcome-loading i {
  font-size: 50px;
  color: rgb(89, 167, 240);
}